XendRoot.py:
Fix get_xend_relocation_port comment.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
return self.get_config_value('xend-address', self.xend_address_default)
def get_xend_relocation_address(self):
- """Get the address xend listens at for its HTTP and event ports.
+ """Get the address xend listens at for its relocation server port.
This defaults to the empty string which allows all hosts to connect.
If this is set to 'localhost' only the localhost will be able to connect
to the HTTP and event ports.